vendor/golang.org/x/crypto/chacha20poly1305.chacha20poly1305.key (field)

8 uses

	vendor/golang.org/x/crypto/chacha20poly1305 (current package)
		chacha20poly1305.go#L36: 	key [KeySize]byte
		chacha20poly1305.go#L45: 	copy(ret.key[:], key)
		chacha20poly1305_amd64.go#L56: 	setupState(&state, &c.key, nonce)
		chacha20poly1305_amd64.go#L72: 	setupState(&state, &c.key, nonce)
		chacha20poly1305_generic.go#L38: 	s, _ := chacha20.NewUnauthenticatedCipher(c.key[:], nonce)
		chacha20poly1305_generic.go#L58: 	s, _ := chacha20.NewUnauthenticatedCipher(c.key[:], nonce)
		xchacha20poly1305.go#L57: 	copy(c.key[:], hKey)
		xchacha20poly1305.go#L79: 	copy(c.key[:], hKey)